A reference for all Algolia APIs.
Parameter | Scope | Description |
---|---|---|
query | Index settings | The text used to search an index |
similarQuery | Index settings | Overrides the query parameter and performs a more generic search to find “similar results |
Scope | Modify with | Notes |
---|---|---|
Index settings | setSettings method | Determine the default settings for an index |
Query parameters | search method | Their effect is temporary, affecting only the current query |
Both | setSettings or search | Can be initialized with setSettings and overridden by search |